home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / x / scommands.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  610b  |  29 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    Version 0.82
  9.    Tue Apr 30 1991
  10.  
  11.    jonathan@Think.COM
  12.  
  13. */
  14.  
  15. #ifndef _H_SCOMMANDS
  16. #define _H_SCOMMANDS
  17.  
  18. extern void EditSource();
  19. extern void AddSource();
  20. extern void WriteSourcetoFile();
  21. extern void CloseSourceEdit();
  22. extern void CancelSourceEdit();
  23. extern void PopupSource();
  24. extern void sVerticalScroll();
  25. extern void sVerticalJump();
  26. extern void setSourceMenu();
  27.  
  28. #endif
  29.